home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_StrAdj / StrokeViewWraps.h < prev    next >
C/C++ Source or Header  |  1992-12-19  |  452b  |  19 lines

  1. /* StrokeViewWraps.h generated from StrokeViewWraps.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef STROKEVIEWWRAPS_H
  6. #define STROKEVIEWWRAPS_H
  7.  
  8. extern void PSWMarkTime( void );
  9.  
  10. extern void PSWReturnTime(int *ElapsedTime);
  11.  
  12. extern void PSWDefs( void );
  13.  
  14. extern void PSWMakeLine(float X0, float Y0, float X1, float Y1);
  15.  
  16. extern void PSWMakeArc(float X, float Y, float Rad, float AngBeg, float AngEnd);
  17.  
  18. #endif STROKEVIEWWRAPS_H
  19.